추천 스크랩
자바원 2010 열린다…구글 고소 후 첫 대규모 행사 자바원 2010 열린다…구글 고소 후 첫 대규모 행사 필승  
자바 개발자들의 축제인 ‘자바원 2010′이 이달 중순 미국 샌프란시스코에서 열린다. 별도 행사로 진행됐던 자바원 행사는 오라클이 썬을 인수한 후 오라클의 대규모 행사인 오라클 오픈월드가 열리는 곳에서 동시에 진행된다. 이번 행사는 최근 오라클이 ..
블랙베리, 한국 자바 개발자에게 기회의 땅 될까 블랙베리, 한국 자바 개발자에게 기회의 땅 될까 필승  
최근 갤럭시S가 날개 돋친 듯 팔려나가고, 안드로이드가 운영체제별 스마트폰 점유율에서 국내 1위로 부상하면서 안드로이드에 대한 관심이 날로 높아지고 있다. 많은 한국 개발자들이 안드로이드에 기대를 걸었던 것은, 안드로이드가 오픈소스이고 빠르게 성장하고 있기 때문이기도 ..
Javascript Boolean and Array – oh my! Javascript Boolean and Array – oh my! 필승  
<html> <script type=text/javascript> document.write("Never use new Boolean.<br>"); var b = new Boolean("false"..
Google Javascript style guide Google Javascript style guide 필승  
Google Javascript style guide
Javascript string and number Javascript string and number 필승  
“3″ + 1 : “31″ 1 + “3″ : “13″ But, “3″-1 : 2 “4″ / 2 : 2 “2″ * 2 :..
java.util.concurrent에 대해 모르고 있던 5가지 사항 java.util.concurrent에 대해 모르고 있던 5가지 사항 필승  
IBM DeveloperWorks에 올라온 글인데, 알고있으면 유용할거같아 링크합니다~!! java.util.concurrent에 대해 모르고 있던 5가지 사항Concurrent Collections를 사용하면 스레드로부터 안전하고 잘 조정된 데이터 구조를 활용하여 ..
Broken javascript word counting code that irritates me Broken javascript word counting code that irritate··· 필승  
Based on the Javascript: The Good Parts by Douglas Crockford. (I highly recommend this book to everyone.) <script type='text/javascript'> var..
Bind function for binding parameters in javascript Bind function for binding parameters in javascript··· 필승  
I’ve written a bind function that binds the given parameters to the designated function as a practice. <script type='text/javascript'> ..
Java기반의 Wiki - XWiki Java기반의 Wiki - XWiki 필승  
@wdshin님이 알려주신 자바기반의 위키입니다. 깔끔하고 좋네요.조만간 셋팅해서 사용해봐야겠네요. XWiki - Open Source Wiki and Content-Oriented Application Platform (Main.WebHome)..
아이폰, 개발자 선호도 1위…안드로이드는 4위 아이폰, 개발자 선호도 1위…안드로이드는 4위 필승  
아이폰 OS가 개발자들이 가장 선호하는 스마트폰 운영체제(OS)라는 점이 재확인됐다. 아이폰의 대항마로 각광받는 안드로이드와 시장점유율 1위 심비안은 블랙베리와 윈도우폰에도 밀려 4, 5위를 차지하는데 그쳤다. 글로벌 컨설팅업체인 오범(Ovum)은 16일 217명의 모..
Inheritance and objects in javascript Inheritance and objects in javascript 필승  
Based on Javascript: the good parts by Douglas Crockford from Oreilly and his presentation. I felt it’s hard to fully understand his point on pr..
What is Java Content Repository What is Java Content Repository 필승  
What is Java Content Repositoryby Sunil Patil10/04/2006 Content Repository Model JSR-170 says that a content repository is composed of a numb..
자바 개발자를 위한 ‘共感 (공감)’을 찾아서 자바 개발자를 위한 ‘共感 (공감)’을 찾아서 필승  
오늘 "자바 개발자를 위한 ‘共感 (공감)’을 찾아서"라는 공동 세미나를 다녀왔습니다.신나게 늦잠을 자다가 지각을 하긴했지만, 다행이 첫번째 세션이 끝나기전이었습니다.Apache Hadoop관련 세션과 Spring Roo는 아무래도 좀 생소하고 낯설었지만,시연도 잘 해..
Javascript lecture from Douglas Crockford Javascript lecture from Douglas Crockford 필승  
http://video.yahoo.com/watch/111593/1710507 Lecture from the guru. I’m going to watch this.
Object, Closure, Module practice in Javascript Object, Closure, Module practice in Javascript 필승  
Based on the code in ‘Javascript: The Good Parts’. Some doesn’t like the lambda-like structure, and it’s not still clear to me..
Functions in Javascript Functions in Javascript 필승  
<!-- Based on the code from Douglas Crockford, Chap 4. Functions, Javascript: The Good Parts, Oreilly. Print ISBN: 978-0-596-51774-8 ..
Enumerating properties of an Object in Javascript Enumerating properties of an Object in Javascript 필승  
<html> <body> <pre> <script> var myApp = {}; myApp.stooge = { first_name: 'Jerome', ..
Javascript: The Good Parts Techtalk Javascript: The Good Parts Techtalk 필승  
Yahoo의 Javascript architect인 Douglas Crockford의 techtalk입니다. Javascript lint: http://jslint.com Book: Javascripts: The Good Parts 최근 open source로 발표된..
Javascript lazyload technique Javascript lazyload technique 필승  
Gmail for Mobile HTML5 Series: Reducing Startup Latency Javascript lazy load 를 하는 세가지 테크닉. 1. DOM Tree에 script element를 on the fly로 만든다. 2. XHR(XmlHtt..
Java exception handling best practice Java exception handling best practice 필승  
Best Practices for Exception Handling 전 이글의 내용에 대체로 agree하는 편입니다. (2003년에 쓰여졌군요 ^^) 한가지 예외 처리 관련한 글에서는 늘 동의하기 어려운 점이 있는데, never catch all exceptions 와..
내 블로그로 피워본 꽃 또는 곰팡이...=_= 내 블로그로 피워본 꽃 또는 곰팡이...=_= 필승  
그리고 보니 벌써 3년이나 됐다. 이 블로그의 주소로 꽃을 피워본 게...^^ 지금은 해당 사이트에 접속이 되지 않아 더 이상 꽃을 피울 수는 없지만 사이트의 정보로 꽃을 피운다는게 신기했었다. 그 꽃이 여러 수식이나 구문에 따라 계산된 수학적인 결과물이라고 해도...
How to write equality method in Java How to write equality method in Java 필승  
http://www.artima.com/lejava/articles/equality.html 어떻게 Java에서 reflexive, transitive, symmetric하게 equals를 구현하는가에 대한 내용입니다. 이 글에서 제안하는 방법은 double dispa..
Distributed computing in JavaScript Distributed computing in JavaScript 필승  
Distributed computing in JavaScript - Hack a Day Instead of using servers for distributed computing, you can use users’ browsers so that it proc..
처음페이지이전 10 페이지1다음 10 페이지마지막페이지